toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]NetworkAsyncCallback
Network
Async
Callback
interface
NetworkAsyncCallback
<
P
,
R
:
AsyncCallbackAction
?
>
:
NetworkCallback
,
AsyncCallback
<
P
,
R
>
A common interface for all asynchronous network service callbacks must extend.
Inheritors
AuthenticateCallback
Members
Functions
on
Link copied to clipboard
abstract
fun
on
(
params
:
P
,
tell
:
R
)
Invoked when the callback needs a response for the given callback parameters.